diff --git a/dependency/postgresql/11.0.18/CHANGELOG.md b/dependency/postgresql/11.0.18/CHANGELOG.md new file mode 100644 index 0000000000..dfe13787c8 --- /dev/null +++ b/dependency/postgresql/11.0.18/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [postgresql-11.0.18](https://github.com/truecharts/charts/compare/postgresql-11.0.17...postgresql-11.0.18) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/postgresql to 14.6.0 + + + + +## [postgresql-11.0.17](https://github.com/truecharts/charts/compare/postgresql-11.0.16...postgresql-11.0.17) (2022-12-27) + +### Chore + +- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855)) + + + + +## [postgresql-11.0.16](https://github.com/truecharts/charts/compare/postgresql-11.0.15...postgresql-11.0.16) (2022-12-26) + +### Chore + +- update helm chart common to 11.1.1 + + + + +## [postgresql-11.0.15](https://github.com/truecharts/charts/compare/postgresql-11.0.14...postgresql-11.0.15) (2022-12-25) + +### Chore + +- update container image tccr.io/truecharts/postgresql to 14.6.0 + + + + +## [postgresql-11.0.14](https://github.com/truecharts/charts/compare/postgresql-11.0.13...postgresql-11.0.14) (2022-12-24) + +### Chore + +- update helm chart common to v11.1.0 ([#5686](https://github.com/truecharts/charts/issues/5686)) + + + + +## [postgresql-11.0.13](https://github.com/truecharts/charts/compare/postgresql-11.0.12...postgresql-11.0.13) (2022-12-17) + + + + +## [postgresql-11.0.12](https://github.com/truecharts/charts/compare/postgresql-11.0.11...postgresql-11.0.12) (2022-12-14) + +### Chore + +- update helm chart common to v11.0.8 + + + + +## [postgresql-11.0.11](https://github.com/truecharts/charts/compare/postgresql-11.0.10...postgresql-11.0.11) (2022-12-12) + +### Chore + +- update container image tccr.io/truecharts/postgresql to 14.6.0 + + + + +## [postgresql-11.0.10](https://github.com/truecharts/charts/compare/postgresql-11.0.9...postgresql-11.0.10) (2022-12-11) + +### Chore + +- update helm chart common to v11.0.7 ([#5266](https://github.com/truecharts/charts/issues/5266)) + + + + +## [postgresql-11.0.9](https://github.com/truecharts/charts/compare/postgresql-11.0.8...postgresql-11.0.9) (2022-12-07) + + + + +## [postgresql-11.0.8](https://github.com/truecharts/charts/compare/postgresql-11.0.7...postgresql-11.0.8) (2022-12-06) + +### Chore + +- update helm chart common to v11.0.5 + + + + +## [postgresql-11.0.7](https://github.com/truecharts/charts/compare/postgresql-11.0.5...postgresql-11.0.7) (2022-11-29) + diff --git a/dependency/postgresql/11.0.18/Chart.yaml b/dependency/postgresql/11.0.18/Chart.yaml new file mode 100644 index 0000000000..7a9fd7e3e4 --- /dev/null +++ b/dependency/postgresql/11.0.18/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "14.6.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 11.1.2 +deprecated: false +description: PostgresSQL +home: https://truecharts.org/charts/dependency/postgresql +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png +keywords: + - postgres + - postgressql + - dtabase + - sql +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: postgresql +sources: + - https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql + - https://www.postgresql.org/ +type: application +version: 11.0.18 +annotations: + truecharts.org/catagories: | + - database + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/dependency/postgresql/11.0.18/README.md b/dependency/postgresql/11.0.18/README.md new file mode 100644 index 0000000000..36b5b3d8f7 --- /dev/null +++ b/dependency/postgresql/11.0.18/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/) + +**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%20Apps/Important-MUST-READ). +- 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/dependency/postgresql/11.0.18/app-changelog.md b/dependency/postgresql/11.0.18/app-changelog.md new file mode 100644 index 0000000000..499b00bef6 --- /dev/null +++ b/dependency/postgresql/11.0.18/app-changelog.md @@ -0,0 +1,9 @@ + + +## [postgresql-11.0.18](https://github.com/truecharts/charts/compare/postgresql-11.0.17...postgresql-11.0.18) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/postgresql to 14.6.0 + + \ No newline at end of file diff --git a/dependency/postgresql/11.0.18/app-readme.md b/dependency/postgresql/11.0.18/app-readme.md new file mode 100644 index 0000000000..e07de9d90c --- /dev/null +++ b/dependency/postgresql/11.0.18/app-readme.md @@ -0,0 +1,8 @@ +PostgresSQL + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/postgresql](https://truecharts.org/charts/dependency/postgresql) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! diff --git a/incubator/plextraktsync/3.0.13/charts/common-11.1.2.tgz b/dependency/postgresql/11.0.18/charts/common-11.1.2.tgz similarity index 100% rename from incubator/plextraktsync/3.0.13/charts/common-11.1.2.tgz rename to dependency/postgresql/11.0.18/charts/common-11.1.2.tgz diff --git a/dependency/postgresql/11.0.18/ix_values.yaml b/dependency/postgresql/11.0.18/ix_values.yaml new file mode 100644 index 0000000000..7cc7b428ae --- /dev/null +++ b/dependency/postgresql/11.0.18/ix_values.yaml @@ -0,0 +1,129 @@ +image: + repository: tccr.io/truecharts/postgresql + pullPolicy: IfNotPresent + tag: 14.6.0@sha256:fe70c43d2770d08bd23db6adc25dce8b2ee2812d7bd821a2dfa9d0f79fe135f7 + +controller: + # -- Set the controller type. + # Valid options are deployment, daemonset or statefulset + type: statefulset + # -- Number of desired pods + replicas: 1 + # -- Set the controller upgrade strategy + # For Deployments, valid values are Recreate (default) and RollingUpdate. + # For StatefulSets, valid values are OnDelete and RollingUpdate (default). + # DaemonSets ignore this. + strategy: RollingUpdate + rollingUpdate: + # -- Set deployment RollingUpdate max unavailable + unavailable: 1 + # -- Set deployment RollingUpdate max surge + surge: + # -- Set statefulset RollingUpdate partition + partition: + # -- ReplicaSet revision history limit + revisionHistoryLimit: 3 + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 5432 + targetPort: 5432 + +## TODO: Fix the backup-on-upgrade system +enableUpgradeBackup: false + +podSecurityContext: + runAsGroup: 0 + +volumeClaimTemplates: + db: + enabled: true + mountPath: "/bitnami/postgresql" + +# -- Probe configuration +# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) +# @default -- See below +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + # -- Enable the liveness probe + enabled: true + # -- Set this to `true` if you wish to specify your own livenessProbe + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - sh + - -c + - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" + + # -- Redainess probe configuration + # @default -- See below + readiness: + # -- Enable the readiness probe + enabled: true + # -- Set this to `true` if you wish to specify your own readinessProbe + custom: true + # -- The spec field contains the values for the default readinessProbe. + # If you selected `custom: true`, this field holds the definition of the readinessProbe. + # @default -- See below + spec: + exec: + command: + - sh + - -c + - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" + # -- Startup probe configuration + # @default -- See below + startup: + # -- Enable the startup probe + enabled: true + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - sh + - -c + - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" + +postgresqlPassword: "testpass" +postgresqlUsername: "test" +postgresqlDatabase: "test" +postgrespassword: "testroot" +existingSecret: "" + +secret: + credentials: + enabled: true + data: + postgresql-password: '{{ ( .Values.postgresqlPassword | default "empty" ) }}' + postgresql-postgres-password: '{{ ( .Values.postgrespassword | default "empty" ) }}' + +env: + POSTGRES_PASSWORD: + secretKeyRef: + name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}' + key: "postgresql-password" + POSTGRESQL_POSTGRES_PASSWORD: + secretKeyRef: + name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}' + key: "postgresql-postgres-password" + POSTGRES_USER: "{{ .Values.postgresqlUsername }}" + POSTGRES_DB: "{{ .Values.postgresqlDatabase }}" +# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}" +# POSTGRESQL_PASSWORD: "{{ .Values.password }}" + +portal: + enabled: false diff --git a/dependency/postgresql/11.0.18/questions.yaml b/dependency/postgresql/11.0.18/questions.yaml new file mode 100644 index 0000000000..6487deae60 --- /dev/null +++ b/dependency/postgresql/11.0.18/questions.yaml @@ -0,0 +1,1596 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment 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: VPN + description: VPN + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +questions: + - variable: global + label: Global Settings + group: "General Settings" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: Flag this is SCALE + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "General Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: customextraargs + group: "General Settings" + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - 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..." + group: "General Settings" + 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: postgresqlDatabase + group: "App Configuration" + label: "Database Name" + schema: + type: string + default: "mydatabase" + required: true + - variable: postgresqlUsername + group: "App Configuration" + label: "Database User" + schema: + type: string + default: "mydatabaseuser" + required: true + - variable: postgresqlPassword + group: "App Configuration" + label: "Database Password" + schema: + type: string + default: "" + required: true + - variable: postgrespassword + group: "App Configuration" + label: "Root Password" + schema: + type: string + default: "" + required: true + - 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) + - 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: 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: 5432 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: Networking and Services + label: Host-Networking (Complicated) + schema: + type: boolean + default: false + - variable: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + 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: + 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 + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + 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: volumeClaimTemplates + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: db + label: "DB Storage" + description: "Stores the old Application Database." + schema: + type: dict + hidden: true + 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 + - 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: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + 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: 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: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - 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 + 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: "002" + - variable: advancedSecurity + label: Show Advanced Security Settings + group: Security and Permissions + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + type: dict + attrs: + - 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 this App of the user running the application" + schema: + type: int + default: 0 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - 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 + - 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/docs/manual/SCALE%20Apps/indepth/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/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - 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/docs/manual/SCALE%20Apps/indepth/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/docs/manual/SCALE%20Apps/indepth/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: hostPath + 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" + # Specify GPU configuration + - variable: scaleGPU + label: GPU Configuration + group: Resources and Devices + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - 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: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - 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: 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: 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: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + schema: + type: int + default: 36107 + - 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: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + 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 + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 + - 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/dependency/postgresql/11.0.18/templates/common.yaml b/dependency/postgresql/11.0.18/templates/common.yaml new file mode 100644 index 0000000000..76759c7a0c --- /dev/null +++ b/dependency/postgresql/11.0.18/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "tc.common.loader.all" . }} diff --git a/incubator/plextraktsync/3.0.13/values.yaml b/dependency/postgresql/11.0.18/values.yaml similarity index 100% rename from incubator/plextraktsync/3.0.13/values.yaml rename to dependency/postgresql/11.0.18/values.yaml diff --git a/incubator/plextraktsync/3.0.13/app-changelog.md b/incubator/plextraktsync/3.0.13/app-changelog.md deleted file mode 100644 index baa6251cb4..0000000000 --- a/incubator/plextraktsync/3.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [plextraktsync-3.0.13](https://github.com/truecharts/charts/compare/plextraktsync-3.0.12...plextraktsync-3.0.13) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/plextraktsync/3.0.13/CHANGELOG.md b/incubator/plextraktsync/3.0.14/CHANGELOG.md similarity index 94% rename from incubator/plextraktsync/3.0.13/CHANGELOG.md rename to incubator/plextraktsync/3.0.14/CHANGELOG.md index 6ccde9e026..de22c3c36d 100644 --- a/incubator/plextraktsync/3.0.13/CHANGELOG.md +++ b/incubator/plextraktsync/3.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [plextraktsync-3.0.14](https://github.com/truecharts/charts/compare/plextraktsync-3.0.13...plextraktsync-3.0.14) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/plextraktsync to latest + + + + ## [plextraktsync-3.0.13](https://github.com/truecharts/charts/compare/plextraktsync-3.0.12...plextraktsync-3.0.13) (2022-12-27) ### Chore @@ -85,15 +94,6 @@ -## [plextraktsync-3.0.6](https://github.com/truecharts/charts/compare/plextraktsync-3.0.4...plextraktsync-3.0.6) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/plextraktsync to latest - - - - ## [plextraktsync-3.0.6](https://github.com/truecharts/charts/compare/plextraktsync-3.0.4...plextraktsync-3.0.6) (2022-11-30) ### Chore diff --git a/incubator/plextraktsync/3.0.13/Chart.yaml b/incubator/plextraktsync/3.0.14/Chart.yaml similarity index 98% rename from incubator/plextraktsync/3.0.13/Chart.yaml rename to incubator/plextraktsync/3.0.14/Chart.yaml index e31bd4b04a..301c12d18d 100644 --- a/incubator/plextraktsync/3.0.13/Chart.yaml +++ b/incubator/plextraktsync/3.0.14/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://github.com/Taxel/PlexTraktSync - https://ghcr.io/taxel/plextraktsync type: application -version: 3.0.13 +version: 3.0.14 diff --git a/incubator/plextraktsync/3.0.13/README.md b/incubator/plextraktsync/3.0.14/README.md similarity index 100% rename from incubator/plextraktsync/3.0.13/README.md rename to incubator/plextraktsync/3.0.14/README.md diff --git a/incubator/plextraktsync/3.0.14/app-changelog.md b/incubator/plextraktsync/3.0.14/app-changelog.md new file mode 100644 index 0000000000..07d2cdbb47 --- /dev/null +++ b/incubator/plextraktsync/3.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plextraktsync-3.0.14](https://github.com/truecharts/charts/compare/plextraktsync-3.0.13...plextraktsync-3.0.14) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/plextraktsync to latest + + \ No newline at end of file diff --git a/incubator/plextraktsync/3.0.13/app-readme.md b/incubator/plextraktsync/3.0.14/app-readme.md similarity index 100% rename from incubator/plextraktsync/3.0.13/app-readme.md rename to incubator/plextraktsync/3.0.14/app-readme.md diff --git a/incubator/raneto/2.0.9/charts/common-11.1.2.tgz b/incubator/plextraktsync/3.0.14/charts/common-11.1.2.tgz similarity index 100% rename from incubator/raneto/2.0.9/charts/common-11.1.2.tgz rename to incubator/plextraktsync/3.0.14/charts/common-11.1.2.tgz diff --git a/incubator/plextraktsync/3.0.13/ix_values.yaml b/incubator/plextraktsync/3.0.14/ix_values.yaml similarity index 88% rename from incubator/plextraktsync/3.0.13/ix_values.yaml rename to incubator/plextraktsync/3.0.14/ix_values.yaml index df7e1dfb5b..6b4e5106a5 100644 --- a/incubator/plextraktsync/3.0.13/ix_values.yaml +++ b/incubator/plextraktsync/3.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/plextraktsync - tag: latest@sha256:8ace21b5e32fc9fd3e841885ecce3bf36a9076c339f57376374f90275f1b2643 + tag: latest@sha256:390dc4c12d4a457a8f9d3fcb21c7a8ed9357d3afbc7f28fb1d4ab1afad7f1aac podSecurityContext: runAsGroup: 0 diff --git a/incubator/plextraktsync/3.0.13/questions.yaml b/incubator/plextraktsync/3.0.14/questions.yaml similarity index 100% rename from incubator/plextraktsync/3.0.13/questions.yaml rename to incubator/plextraktsync/3.0.14/questions.yaml diff --git a/incubator/plextraktsync/3.0.13/templates/_cronjob.tpl b/incubator/plextraktsync/3.0.14/templates/_cronjob.tpl similarity index 100% rename from incubator/plextraktsync/3.0.13/templates/_cronjob.tpl rename to incubator/plextraktsync/3.0.14/templates/_cronjob.tpl diff --git a/incubator/plextraktsync/3.0.13/templates/common.yaml b/incubator/plextraktsync/3.0.14/templates/common.yaml similarity index 100% rename from incubator/plextraktsync/3.0.13/templates/common.yaml rename to incubator/plextraktsync/3.0.14/templates/common.yaml diff --git a/incubator/raneto/2.0.9/values.yaml b/incubator/plextraktsync/3.0.14/values.yaml similarity index 100% rename from incubator/raneto/2.0.9/values.yaml rename to incubator/plextraktsync/3.0.14/values.yaml diff --git a/incubator/raneto/2.0.9/CHANGELOG.md b/incubator/raneto/2.0.10/CHANGELOG.md similarity index 89% rename from incubator/raneto/2.0.9/CHANGELOG.md rename to incubator/raneto/2.0.10/CHANGELOG.md index ff2e9af3fa..c3e57ef601 100644 --- a/incubator/raneto/2.0.9/CHANGELOG.md +++ b/incubator/raneto/2.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [raneto-2.0.10](https://github.com/truecharts/charts/compare/raneto-2.0.9...raneto-2.0.10) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/raneto to latest + + + + ## [raneto-2.0.9](https://github.com/truecharts/charts/compare/raneto-2.0.8...raneto-2.0.9) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ ## [raneto-2.0.3](https://github.com/truecharts/charts/compare/raneto-2.0.2...raneto-2.0.3) (2022-11-30) - - -## [raneto-2.0.3](https://github.com/truecharts/charts/compare/raneto-2.0.2...raneto-2.0.3) (2022-11-30) - - - - -## [raneto-2.0.3](https://github.com/truecharts/charts/compare/raneto-2.0.2...raneto-2.0.3) (2022-11-30) - diff --git a/incubator/raneto/2.0.9/Chart.yaml b/incubator/raneto/2.0.10/Chart.yaml similarity index 98% rename from incubator/raneto/2.0.9/Chart.yaml rename to incubator/raneto/2.0.10/Chart.yaml index 4d9156adc8..47ae8ea909 100644 --- a/incubator/raneto/2.0.9/Chart.yaml +++ b/incubator/raneto/2.0.10/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/raneto - https://github.com/linuxserver/docker-raneto#readme type: application -version: 2.0.9 +version: 2.0.10 diff --git a/incubator/raneto/2.0.9/README.md b/incubator/raneto/2.0.10/README.md similarity index 100% rename from incubator/raneto/2.0.9/README.md rename to incubator/raneto/2.0.10/README.md diff --git a/incubator/raneto/2.0.10/app-changelog.md b/incubator/raneto/2.0.10/app-changelog.md new file mode 100644 index 0000000000..23b14731f9 --- /dev/null +++ b/incubator/raneto/2.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [raneto-2.0.10](https://github.com/truecharts/charts/compare/raneto-2.0.9...raneto-2.0.10) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/raneto to latest + + \ No newline at end of file diff --git a/incubator/raneto/2.0.9/app-readme.md b/incubator/raneto/2.0.10/app-readme.md similarity index 100% rename from incubator/raneto/2.0.9/app-readme.md rename to incubator/raneto/2.0.10/app-readme.md diff --git a/incubator/rimgo/2.0.14/charts/common-11.1.2.tgz b/incubator/raneto/2.0.10/charts/common-11.1.2.tgz similarity index 100% rename from incubator/rimgo/2.0.14/charts/common-11.1.2.tgz rename to incubator/raneto/2.0.10/charts/common-11.1.2.tgz diff --git a/incubator/raneto/2.0.9/ix_values.yaml b/incubator/raneto/2.0.10/ix_values.yaml similarity index 82% rename from incubator/raneto/2.0.9/ix_values.yaml rename to incubator/raneto/2.0.10/ix_values.yaml index 9b68d99acd..29197c0784 100644 --- a/incubator/raneto/2.0.9/ix_values.yaml +++ b/incubator/raneto/2.0.10/ix_values.yaml @@ -3,7 +3,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/raneto - tag: latest@sha256:d0894d0a27b02dc74b6c5f08cb14963614946535b5c6730669c83f392bc8a235 + tag: latest@sha256:59e7e415d9525d6fdfa6316cf8e509459103542e55b509411194cc3038e350cc persistence: config: enabled: true diff --git a/incubator/raneto/2.0.9/questions.yaml b/incubator/raneto/2.0.10/questions.yaml similarity index 100% rename from incubator/raneto/2.0.9/questions.yaml rename to incubator/raneto/2.0.10/questions.yaml diff --git a/incubator/raneto/2.0.9/templates/common.yaml b/incubator/raneto/2.0.10/templates/common.yaml similarity index 100% rename from incubator/raneto/2.0.9/templates/common.yaml rename to incubator/raneto/2.0.10/templates/common.yaml diff --git a/incubator/rimgo/2.0.14/values.yaml b/incubator/raneto/2.0.10/values.yaml similarity index 100% rename from incubator/rimgo/2.0.14/values.yaml rename to incubator/raneto/2.0.10/values.yaml diff --git a/incubator/raneto/2.0.9/app-changelog.md b/incubator/raneto/2.0.9/app-changelog.md deleted file mode 100644 index 780617877b..0000000000 --- a/incubator/raneto/2.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [raneto-2.0.9](https://github.com/truecharts/charts/compare/raneto-2.0.8...raneto-2.0.9) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/rimgo/2.0.14/app-changelog.md b/incubator/rimgo/2.0.14/app-changelog.md deleted file mode 100644 index 086b798918..0000000000 --- a/incubator/rimgo/2.0.14/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rimgo-2.0.14](https://github.com/truecharts/charts/compare/rimgo-2.0.13...rimgo-2.0.14) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/rimgo/2.0.14/CHANGELOG.md b/incubator/rimgo/2.0.15/CHANGELOG.md similarity index 94% rename from incubator/rimgo/2.0.14/CHANGELOG.md rename to incubator/rimgo/2.0.15/CHANGELOG.md index e322c12d8f..062690eff9 100644 --- a/incubator/rimgo/2.0.14/CHANGELOG.md +++ b/incubator/rimgo/2.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rimgo-2.0.15](https://github.com/truecharts/charts/compare/rimgo-2.0.14...rimgo-2.0.15) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/rimgo to latest + + + + ## [rimgo-2.0.14](https://github.com/truecharts/charts/compare/rimgo-2.0.13...rimgo-2.0.14) (2022-12-27) ### Chore @@ -85,15 +94,6 @@ -## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/rimgo to latest - - - - ## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30) ### Chore diff --git a/incubator/rimgo/2.0.14/Chart.yaml b/incubator/rimgo/2.0.15/Chart.yaml similarity index 97% rename from incubator/rimgo/2.0.14/Chart.yaml rename to incubator/rimgo/2.0.15/Chart.yaml index e061cb2584..a22ce41d6c 100644 --- a/incubator/rimgo/2.0.14/Chart.yaml +++ b/incubator/rimgo/2.0.15/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo - https://quay.io/repository/pussthecatorg/rimgo type: application -version: 2.0.14 +version: 2.0.15 diff --git a/incubator/rimgo/2.0.14/README.md b/incubator/rimgo/2.0.15/README.md similarity index 100% rename from incubator/rimgo/2.0.14/README.md rename to incubator/rimgo/2.0.15/README.md diff --git a/incubator/rimgo/2.0.15/app-changelog.md b/incubator/rimgo/2.0.15/app-changelog.md new file mode 100644 index 0000000000..95ba5d46d3 --- /dev/null +++ b/incubator/rimgo/2.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rimgo-2.0.15](https://github.com/truecharts/charts/compare/rimgo-2.0.14...rimgo-2.0.15) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/rimgo to latest + + \ No newline at end of file diff --git a/incubator/rimgo/2.0.14/app-readme.md b/incubator/rimgo/2.0.15/app-readme.md similarity index 100% rename from incubator/rimgo/2.0.14/app-readme.md rename to incubator/rimgo/2.0.15/app-readme.md diff --git a/incubator/searxng/2.0.12/charts/common-11.1.2.tgz b/incubator/rimgo/2.0.15/charts/common-11.1.2.tgz similarity index 100% rename from incubator/searxng/2.0.12/charts/common-11.1.2.tgz rename to incubator/rimgo/2.0.15/charts/common-11.1.2.tgz diff --git a/incubator/rimgo/2.0.14/ix_values.yaml b/incubator/rimgo/2.0.15/ix_values.yaml similarity index 82% rename from incubator/rimgo/2.0.14/ix_values.yaml rename to incubator/rimgo/2.0.15/ix_values.yaml index 5b5f33dcf9..ef1ea1415a 100644 --- a/incubator/rimgo/2.0.14/ix_values.yaml +++ b/incubator/rimgo/2.0.15/ix_values.yaml @@ -5,7 +5,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/rimgo - tag: latest@sha256:13104d5a071252a750e03f5251f6309a1169084a492a776997cd57c15848508c + tag: latest@sha256:53bc4b0de6d479ac605616085eb50ed5277b01c95a35701c1e58bddb00814729 persistence: {} podSecurityContext: runAsGroup: 0 diff --git a/incubator/rimgo/2.0.14/questions.yaml b/incubator/rimgo/2.0.15/questions.yaml similarity index 100% rename from incubator/rimgo/2.0.14/questions.yaml rename to incubator/rimgo/2.0.15/questions.yaml diff --git a/incubator/rimgo/2.0.14/templates/common.yaml b/incubator/rimgo/2.0.15/templates/common.yaml similarity index 100% rename from incubator/rimgo/2.0.14/templates/common.yaml rename to incubator/rimgo/2.0.15/templates/common.yaml diff --git a/incubator/searxng/2.0.12/values.yaml b/incubator/rimgo/2.0.15/values.yaml similarity index 100% rename from incubator/searxng/2.0.12/values.yaml rename to incubator/rimgo/2.0.15/values.yaml diff --git a/incubator/searxng/2.0.12/app-changelog.md b/incubator/searxng/2.0.12/app-changelog.md deleted file mode 100644 index 47c9057d99..0000000000 --- a/incubator/searxng/2.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [searxng-2.0.12](https://github.com/truecharts/charts/compare/searxng-2.0.11...searxng-2.0.12) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/searxng/2.0.12/CHANGELOG.md b/incubator/searxng/2.0.13/CHANGELOG.md similarity index 94% rename from incubator/searxng/2.0.12/CHANGELOG.md rename to incubator/searxng/2.0.13/CHANGELOG.md index b07e29fd42..0a330022b3 100644 --- a/incubator/searxng/2.0.12/CHANGELOG.md +++ b/incubator/searxng/2.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [searxng-2.0.13](https://github.com/truecharts/charts/compare/searxng-2.0.12...searxng-2.0.13) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest + + + + ## [searxng-2.0.12](https://github.com/truecharts/charts/compare/searxng-2.0.11...searxng-2.0.12) (2022-12-27) ### Chore @@ -85,15 +94,6 @@ -## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/searxng to latest - - - - ## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30) ### Chore diff --git a/incubator/searxng/2.0.12/Chart.yaml b/incubator/searxng/2.0.13/Chart.yaml similarity index 98% rename from incubator/searxng/2.0.12/Chart.yaml rename to incubator/searxng/2.0.13/Chart.yaml index d664490d8e..bbc279a525 100644 --- a/incubator/searxng/2.0.12/Chart.yaml +++ b/incubator/searxng/2.0.13/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/searxng/searxng - https://hub.docker.com/r/searxng/searxng type: application -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - Productivity diff --git a/incubator/searxng/2.0.12/README.md b/incubator/searxng/2.0.13/README.md similarity index 100% rename from incubator/searxng/2.0.12/README.md rename to incubator/searxng/2.0.13/README.md diff --git a/incubator/searxng/2.0.13/app-changelog.md b/incubator/searxng/2.0.13/app-changelog.md new file mode 100644 index 0000000000..788d6d40a3 --- /dev/null +++ b/incubator/searxng/2.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-2.0.13](https://github.com/truecharts/charts/compare/searxng-2.0.12...searxng-2.0.13) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest + + \ No newline at end of file diff --git a/incubator/searxng/2.0.12/app-readme.md b/incubator/searxng/2.0.13/app-readme.md similarity index 100% rename from incubator/searxng/2.0.12/app-readme.md rename to incubator/searxng/2.0.13/app-readme.md diff --git a/incubator/webp-server/2.0.10/charts/common-11.1.2.tgz b/incubator/searxng/2.0.13/charts/common-11.1.2.tgz similarity index 100% rename from incubator/webp-server/2.0.10/charts/common-11.1.2.tgz rename to incubator/searxng/2.0.13/charts/common-11.1.2.tgz diff --git a/incubator/searxng/2.0.12/ix_values.yaml b/incubator/searxng/2.0.13/ix_values.yaml similarity index 83% rename from incubator/searxng/2.0.12/ix_values.yaml rename to incubator/searxng/2.0.13/ix_values.yaml index e31186a6b0..3d803620c4 100644 --- a/incubator/searxng/2.0.12/ix_values.yaml +++ b/incubator/searxng/2.0.13/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/searxng - tag: latest@sha256:2d9a45e663a5165ee63f0e41c8577bade9ca1d4dfa1d8f952cc6f20830cd4bce + tag: latest@sha256:be23f22f54d32284ffa4089fe39192889f284698a453a3cd2849eb36c3499ca9 env: BASE_URL: "" diff --git a/incubator/searxng/2.0.12/questions.yaml b/incubator/searxng/2.0.13/questions.yaml similarity index 100% rename from incubator/searxng/2.0.12/questions.yaml rename to incubator/searxng/2.0.13/questions.yaml diff --git a/incubator/searxng/2.0.12/templates/common.yaml b/incubator/searxng/2.0.13/templates/common.yaml similarity index 100% rename from incubator/searxng/2.0.12/templates/common.yaml rename to incubator/searxng/2.0.13/templates/common.yaml diff --git a/incubator/webp-server/2.0.10/values.yaml b/incubator/searxng/2.0.13/values.yaml similarity index 100% rename from incubator/webp-server/2.0.10/values.yaml rename to incubator/searxng/2.0.13/values.yaml diff --git a/incubator/webp-server/2.0.10/app-changelog.md b/incubator/webp-server/2.0.10/app-changelog.md deleted file mode 100644 index 80ebc6e996..0000000000 --- a/incubator/webp-server/2.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [webp-server-2.0.10](https://github.com/truecharts/charts/compare/webp-server-2.0.9...webp-server-2.0.10) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/webp-server/2.0.10/CHANGELOG.md b/incubator/webp-server/2.0.11/CHANGELOG.md similarity index 94% rename from incubator/webp-server/2.0.10/CHANGELOG.md rename to incubator/webp-server/2.0.11/CHANGELOG.md index d7d2a18d8d..5d51a8887c 100644 --- a/incubator/webp-server/2.0.10/CHANGELOG.md +++ b/incubator/webp-server/2.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [webp-server-2.0.11](https://github.com/truecharts/charts/compare/webp-server-2.0.10...webp-server-2.0.11) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/webp-server to latest + + + + ## [webp-server-2.0.10](https://github.com/truecharts/charts/compare/webp-server-2.0.9...webp-server-2.0.10) (2022-12-27) ### Chore @@ -85,15 +94,6 @@ -## [webp-server-2.0.4](https://github.com/truecharts/charts/compare/webp-server-2.0.1...webp-server-2.0.4) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/webp-server to latest - - - - ## [webp-server-2.0.4](https://github.com/truecharts/charts/compare/webp-server-2.0.1...webp-server-2.0.4) (2022-11-30) ### Chore diff --git a/incubator/webp-server/2.0.10/Chart.yaml b/incubator/webp-server/2.0.11/Chart.yaml similarity index 98% rename from incubator/webp-server/2.0.10/Chart.yaml rename to incubator/webp-server/2.0.11/Chart.yaml index 16a0aeddea..00a7cbf789 100644 --- a/incubator/webp-server/2.0.10/Chart.yaml +++ b/incubator/webp-server/2.0.11/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://github.com/webp-sh/webp_server_go - https://hub.docker.com/r/webpsh/webps type: application -version: 2.0.10 +version: 2.0.11 diff --git a/incubator/webp-server/2.0.10/README.md b/incubator/webp-server/2.0.11/README.md similarity index 100% rename from incubator/webp-server/2.0.10/README.md rename to incubator/webp-server/2.0.11/README.md diff --git a/incubator/webp-server/2.0.11/app-changelog.md b/incubator/webp-server/2.0.11/app-changelog.md new file mode 100644 index 0000000000..3784cde0bc --- /dev/null +++ b/incubator/webp-server/2.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webp-server-2.0.11](https://github.com/truecharts/charts/compare/webp-server-2.0.10...webp-server-2.0.11) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/webp-server to latest + + \ No newline at end of file diff --git a/incubator/webp-server/2.0.10/app-readme.md b/incubator/webp-server/2.0.11/app-readme.md similarity index 100% rename from incubator/webp-server/2.0.10/app-readme.md rename to incubator/webp-server/2.0.11/app-readme.md diff --git a/stable/prometheus/7.0.38/charts/common-11.1.2.tgz b/incubator/webp-server/2.0.11/charts/common-11.1.2.tgz similarity index 100% rename from stable/prometheus/7.0.38/charts/common-11.1.2.tgz rename to incubator/webp-server/2.0.11/charts/common-11.1.2.tgz diff --git a/incubator/webp-server/2.0.10/ix_values.yaml b/incubator/webp-server/2.0.11/ix_values.yaml similarity index 86% rename from incubator/webp-server/2.0.10/ix_values.yaml rename to incubator/webp-server/2.0.11/ix_values.yaml index ac0e14960a..3a95b8520a 100644 --- a/incubator/webp-server/2.0.10/ix_values.yaml +++ b/incubator/webp-server/2.0.11/ix_values.yaml @@ -5,7 +5,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/webp-server - tag: latest@sha256:f1902737673347ba23496d26f7f810551dbcd7f505f11854599cf57ff7d30c77 + tag: latest@sha256:0b7a549cfaf63e2d098fd00cf0eef10ca536be748415ea07dcbeefd26106f694 persistence: storagecache: enabled: true diff --git a/incubator/webp-server/2.0.10/questions.yaml b/incubator/webp-server/2.0.11/questions.yaml similarity index 100% rename from incubator/webp-server/2.0.10/questions.yaml rename to incubator/webp-server/2.0.11/questions.yaml diff --git a/incubator/webp-server/2.0.10/templates/common.yaml b/incubator/webp-server/2.0.11/templates/common.yaml similarity index 100% rename from incubator/webp-server/2.0.10/templates/common.yaml rename to incubator/webp-server/2.0.11/templates/common.yaml diff --git a/stable/prometheus/7.0.38/values.yaml b/incubator/webp-server/2.0.11/values.yaml similarity index 100% rename from stable/prometheus/7.0.38/values.yaml rename to incubator/webp-server/2.0.11/values.yaml diff --git a/stable/prometheus/7.0.38/app-changelog.md b/stable/prometheus/7.0.38/app-changelog.md deleted file mode 100644 index c31f7fa835..0000000000 --- a/stable/prometheus/7.0.38/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [prometheus-7.0.38](https://github.com/truecharts/charts/compare/prometheus-7.0.37...prometheus-7.0.38) (2023-01-07) - -### Chore - -- update container image tccr.io/truecharts/alertmanager to 0.25.0 - - \ No newline at end of file diff --git a/stable/prometheus/7.0.38/CHANGELOG.md b/stable/prometheus/7.0.39/CHANGELOG.md similarity index 94% rename from stable/prometheus/7.0.38/CHANGELOG.md rename to stable/prometheus/7.0.39/CHANGELOG.md index 56943a8c68..271944e9f3 100644 --- a/stable/prometheus/7.0.38/CHANGELOG.md +++ b/stable/prometheus/7.0.39/CHANGELOG.md @@ -4,6 +4,15 @@ +## [prometheus-7.0.39](https://github.com/truecharts/charts/compare/prometheus-7.0.38...prometheus-7.0.39) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/prometheus to 2.41.0 + + + + ## [prometheus-7.0.38](https://github.com/truecharts/charts/compare/prometheus-7.0.37...prometheus-7.0.38) (2023-01-07) ### Chore @@ -88,12 +97,3 @@ - -## [prometheus-7.0.29](https://github.com/truecharts/charts/compare/prometheus-7.0.28...prometheus-7.0.29) (2022-12-24) - -### Chore - -- update container image tccr.io/truecharts/prometheus to 2.41.0 - - - diff --git a/stable/prometheus/7.0.38/Chart.yaml b/stable/prometheus/7.0.39/Chart.yaml similarity index 98% rename from stable/prometheus/7.0.38/Chart.yaml rename to stable/prometheus/7.0.39/Chart.yaml index 6eb1b2f956..08390fa25e 100644 --- a/stable/prometheus/7.0.38/Chart.yaml +++ b/stable/prometheus/7.0.39/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 7.0.38 +version: 7.0.39 annotations: truecharts.org/catagories: | - metrics diff --git a/stable/prometheus/7.0.38/README.md b/stable/prometheus/7.0.39/README.md similarity index 100% rename from stable/prometheus/7.0.38/README.md rename to stable/prometheus/7.0.39/README.md diff --git a/stable/prometheus/7.0.39/app-changelog.md b/stable/prometheus/7.0.39/app-changelog.md new file mode 100644 index 0000000000..0efb5d0b62 --- /dev/null +++ b/stable/prometheus/7.0.39/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prometheus-7.0.39](https://github.com/truecharts/charts/compare/prometheus-7.0.38...prometheus-7.0.39) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/prometheus to 2.41.0 + + \ No newline at end of file diff --git a/stable/prometheus/7.0.38/app-readme.md b/stable/prometheus/7.0.39/app-readme.md similarity index 100% rename from stable/prometheus/7.0.38/app-readme.md rename to stable/prometheus/7.0.39/app-readme.md diff --git a/stable/rsnapshot/4.0.9/charts/common-11.1.2.tgz b/stable/prometheus/7.0.39/charts/common-11.1.2.tgz similarity index 100% rename from stable/rsnapshot/4.0.9/charts/common-11.1.2.tgz rename to stable/prometheus/7.0.39/charts/common-11.1.2.tgz diff --git a/stable/prometheus/7.0.38/charts/kube-state-metrics-3.2.7.tgz b/stable/prometheus/7.0.39/charts/kube-state-metrics-3.2.7.tgz similarity index 100% rename from stable/prometheus/7.0.38/charts/kube-state-metrics-3.2.7.tgz rename to stable/prometheus/7.0.39/charts/kube-state-metrics-3.2.7.tgz diff --git a/stable/prometheus/7.0.38/charts/node-exporter-3.2.6.tgz b/stable/prometheus/7.0.39/charts/node-exporter-3.2.6.tgz similarity index 100% rename from stable/prometheus/7.0.38/charts/node-exporter-3.2.6.tgz rename to stable/prometheus/7.0.39/charts/node-exporter-3.2.6.tgz diff --git a/stable/prometheus/7.0.38/ix_values.yaml b/stable/prometheus/7.0.39/ix_values.yaml similarity index 99% rename from stable/prometheus/7.0.38/ix_values.yaml rename to stable/prometheus/7.0.39/ix_values.yaml index e079f4c33d..715bb42405 100644 --- a/stable/prometheus/7.0.38/ix_values.yaml +++ b/stable/prometheus/7.0.39/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/prometheus - tag: 2.41.0@sha256:dbc6c3e5eee3cfb569c13c7da99bb6eceee66a1a0f6ab7275a54eddbca005bd9 + tag: 2.41.0@sha256:83b59595311e02371f86ab5333018962330186d84cf6a0cc9f9dbc52449a3850 thanosImage: repository: tccr.io/truecharts/thanos diff --git a/stable/prometheus/7.0.38/questions.yaml b/stable/prometheus/7.0.39/questions.yaml similarity index 100% rename from stable/prometheus/7.0.38/questions.yaml rename to stable/prometheus/7.0.39/questions.yaml diff --git a/stable/prometheus/7.0.38/templates/_helpers.tpl b/stable/prometheus/7.0.39/templates/_helpers.tpl similarity index 100% rename from stable/prometheus/7.0.38/templates/_helpers.tpl rename to stable/prometheus/7.0.39/templates/_helpers.tpl diff --git a/stable/prometheus/7.0.38/templates/alertmanager/_alertmanager.tpl b/stable/prometheus/7.0.39/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from stable/prometheus/7.0.38/templates/alertmanager/_alertmanager.tpl rename to stable/prometheus/7.0.39/templates/alertmanager/_alertmanager.tpl diff --git a/stable/prometheus/7.0.38/templates/alertmanager/secrets.yaml b/stable/prometheus/7.0.39/templates/alertmanager/secrets.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/alertmanager/secrets.yaml rename to stable/prometheus/7.0.39/templates/alertmanager/secrets.yaml diff --git a/stable/prometheus/7.0.38/templates/alertmanager/serviceaccount.yaml b/stable/prometheus/7.0.39/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/alertmanager/serviceaccount.yaml rename to stable/prometheus/7.0.39/templates/alertmanager/serviceaccount.yaml diff --git a/stable/prometheus/7.0.38/templates/alertmanager/servicemonitor.yaml b/stable/prometheus/7.0.39/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/alertmanager/servicemonitor.yaml rename to stable/prometheus/7.0.39/templates/alertmanager/servicemonitor.yaml diff --git a/stable/prometheus/7.0.38/templates/common.yaml b/stable/prometheus/7.0.39/templates/common.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/common.yaml rename to stable/prometheus/7.0.39/templates/common.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/core-dns/service.yaml b/stable/prometheus/7.0.39/templates/exporters/core-dns/service.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/core-dns/service.yaml rename to stable/prometheus/7.0.39/templates/exporters/core-dns/service.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/core-dns/servicemonitor.yaml b/stable/prometheus/7.0.39/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/core-dns/servicemonitor.yaml rename to stable/prometheus/7.0.39/templates/exporters/core-dns/servicemonitor.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kube-apiserver/servicemonitor.yaml b/stable/prometheus/7.0.39/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kube-apiserver/servicemonitor.yaml rename to stable/prometheus/7.0.39/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kube-controller-manager/endpoints.yaml b/stable/prometheus/7.0.39/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kube-controller-manager/endpoints.yaml rename to stable/prometheus/7.0.39/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kube-controller-manager/service.yaml b/stable/prometheus/7.0.39/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kube-controller-manager/service.yaml rename to stable/prometheus/7.0.39/templates/exporters/kube-controller-manager/service.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kube-controller-manager/servicemonitor.yaml b/stable/prometheus/7.0.39/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to stable/prometheus/7.0.39/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kube-scheduler/endpoints.yaml b/stable/prometheus/7.0.39/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kube-scheduler/endpoints.yaml rename to stable/prometheus/7.0.39/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kube-scheduler/service.yaml b/stable/prometheus/7.0.39/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kube-scheduler/service.yaml rename to stable/prometheus/7.0.39/templates/exporters/kube-scheduler/service.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kube-scheduler/servicemonitor.yaml b/stable/prometheus/7.0.39/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kube-scheduler/servicemonitor.yaml rename to stable/prometheus/7.0.39/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/stable/prometheus/7.0.38/templates/exporters/kubelet/servicemonitor.yaml b/stable/prometheus/7.0.39/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/exporters/kubelet/servicemonitor.yaml rename to stable/prometheus/7.0.39/templates/exporters/kubelet/servicemonitor.yaml diff --git a/stable/prometheus/7.0.38/templates/prometheus/_additionalPrometheusRules.tpl b/stable/prometheus/7.0.39/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from stable/prometheus/7.0.38/templates/prometheus/_additionalPrometheusRules.tpl rename to stable/prometheus/7.0.39/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/stable/prometheus/7.0.38/templates/prometheus/_additionalScrapeJobs.tpl b/stable/prometheus/7.0.39/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from stable/prometheus/7.0.38/templates/prometheus/_additionalScrapeJobs.tpl rename to stable/prometheus/7.0.39/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/stable/prometheus/7.0.38/templates/prometheus/_prometheus.tpl b/stable/prometheus/7.0.39/templates/prometheus/_prometheus.tpl similarity index 100% rename from stable/prometheus/7.0.38/templates/prometheus/_prometheus.tpl rename to stable/prometheus/7.0.39/templates/prometheus/_prometheus.tpl diff --git a/stable/prometheus/7.0.38/templates/prometheus/_servicemonitor.tpl b/stable/prometheus/7.0.39/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from stable/prometheus/7.0.38/templates/prometheus/_servicemonitor.tpl rename to stable/prometheus/7.0.39/templates/prometheus/_servicemonitor.tpl diff --git a/stable/prometheus/7.0.38/templates/prometheus/clusterrole.yaml b/stable/prometheus/7.0.39/templates/prometheus/clusterrole.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/prometheus/clusterrole.yaml rename to stable/prometheus/7.0.39/templates/prometheus/clusterrole.yaml diff --git a/stable/prometheus/7.0.38/templates/prometheus/clusterrolebinding.yaml b/stable/prometheus/7.0.39/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/prometheus/clusterrolebinding.yaml rename to stable/prometheus/7.0.39/templates/prometheus/clusterrolebinding.yaml diff --git a/stable/prometheus/7.0.38/templates/prometheus/serviceaccount.yaml b/stable/prometheus/7.0.39/templates/prometheus/serviceaccount.yaml similarity index 100% rename from stable/prometheus/7.0.38/templates/prometheus/serviceaccount.yaml rename to stable/prometheus/7.0.39/templates/prometheus/serviceaccount.yaml diff --git a/stable/rsnapshot/4.0.9/values.yaml b/stable/prometheus/7.0.39/values.yaml similarity index 100% rename from stable/rsnapshot/4.0.9/values.yaml rename to stable/prometheus/7.0.39/values.yaml diff --git a/stable/rsnapshot/4.0.9/CHANGELOG.md b/stable/rsnapshot/4.0.10/CHANGELOG.md similarity index 91% rename from stable/rsnapshot/4.0.9/CHANGELOG.md rename to stable/rsnapshot/4.0.10/CHANGELOG.md index 1d04551380..d63ba55f2d 100644 --- a/stable/rsnapshot/4.0.9/CHANGELOG.md +++ b/stable/rsnapshot/4.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rsnapshot-4.0.10](https://github.com/truecharts/charts/compare/rsnapshot-4.0.9...rsnapshot-4.0.10) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/rsnapshot to 1.4.4 + + + + ## [rsnapshot-4.0.9](https://github.com/truecharts/charts/compare/rsnapshot-4.0.8...rsnapshot-4.0.9) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ ## [rsnapshot-4.0.2](https://github.com/truecharts/charts/compare/rsnapshot-4.0.1...rsnapshot-4.0.2) (2022-11-30) - - - - -## [rsnapshot-4.0.2](https://github.com/truecharts/charts/compare/rsnapshot-4.0.1...rsnapshot-4.0.2) (2022-11-30) - - - - diff --git a/stable/rsnapshot/4.0.9/Chart.yaml b/stable/rsnapshot/4.0.10/Chart.yaml similarity index 98% rename from stable/rsnapshot/4.0.9/Chart.yaml rename to stable/rsnapshot/4.0.10/Chart.yaml index 55bbe0d4fa..208e293ac8 100644 --- a/stable/rsnapshot/4.0.9/Chart.yaml +++ b/stable/rsnapshot/4.0.10/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsnapshot -version: 4.0.9 +version: 4.0.10 appVersion: "1.4.4" description: Rsnapshot is a filesystem snapshot utility based on rsync. type: application diff --git a/stable/rsnapshot/4.0.9/README.md b/stable/rsnapshot/4.0.10/README.md similarity index 100% rename from stable/rsnapshot/4.0.9/README.md rename to stable/rsnapshot/4.0.10/README.md diff --git a/stable/rsnapshot/4.0.10/app-changelog.md b/stable/rsnapshot/4.0.10/app-changelog.md new file mode 100644 index 0000000000..1dac6f0918 --- /dev/null +++ b/stable/rsnapshot/4.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsnapshot-4.0.10](https://github.com/truecharts/charts/compare/rsnapshot-4.0.9...rsnapshot-4.0.10) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/rsnapshot to 1.4.4 + + \ No newline at end of file diff --git a/stable/rsnapshot/4.0.9/app-readme.md b/stable/rsnapshot/4.0.10/app-readme.md similarity index 100% rename from stable/rsnapshot/4.0.9/app-readme.md rename to stable/rsnapshot/4.0.10/app-readme.md diff --git a/stable/rsnapshot/4.0.10/charts/common-11.1.2.tgz b/stable/rsnapshot/4.0.10/charts/common-11.1.2.tgz new file mode 100644 index 0000000000..da62080e8a Binary files /dev/null and b/stable/rsnapshot/4.0.10/charts/common-11.1.2.tgz differ diff --git a/stable/rsnapshot/4.0.9/ix_values.yaml b/stable/rsnapshot/4.0.10/ix_values.yaml similarity index 82% rename from stable/rsnapshot/4.0.9/ix_values.yaml rename to stable/rsnapshot/4.0.10/ix_values.yaml index 2ad8a890e9..bd08e963e1 100644 --- a/stable/rsnapshot/4.0.9/ix_values.yaml +++ b/stable/rsnapshot/4.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rsnapshot pullPolicy: IfNotPresent - tag: 1.4.4@sha256:8b5c9bb499e186e93d9dd518471be0d708f2af2079285d789097f85a7ebf21f3 + tag: 1.4.4@sha256:b342cf1857b3166e2668b061cb69729fb22f7e3f0f931b4f8b9e53e4aa8e2a7f securityContext: runAsNonRoot: false diff --git a/stable/rsnapshot/4.0.9/questions.yaml b/stable/rsnapshot/4.0.10/questions.yaml similarity index 100% rename from stable/rsnapshot/4.0.9/questions.yaml rename to stable/rsnapshot/4.0.10/questions.yaml diff --git a/stable/rsnapshot/4.0.9/templates/common.yaml b/stable/rsnapshot/4.0.10/templates/common.yaml similarity index 100% rename from stable/rsnapshot/4.0.9/templates/common.yaml rename to stable/rsnapshot/4.0.10/templates/common.yaml diff --git a/stable/rsnapshot/4.0.10/values.yaml b/stable/rsnapshot/4.0.10/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stable/rsnapshot/4.0.9/app-changelog.md b/stable/rsnapshot/4.0.9/app-changelog.md deleted file mode 100644 index 3acb488317..0000000000 --- a/stable/rsnapshot/4.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rsnapshot-4.0.9](https://github.com/truecharts/charts/compare/rsnapshot-4.0.8...rsnapshot-4.0.9) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file